SftTabs/NET 6.0

OnSet Method, TabCollectionClass Class

Softel vdm, Inc.

Performs additional custom processing before setting a tab in the TabCollectionClass instance.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Protected Overrides Sub OnSet( _
     ByVal index As Integer, _
     ByVal oldValue As Object, _
     ByVal newValue As Object )

C#   

protected override void OnSet(
     int index,
     object oldValue,
     object newValue );

C++   

protected: virtual void OnSet(
     int index,
     Object^ oldValue,
     Object^ newValue );

index

The zero-based index of the tab about to be changed.

newValue

The new tab.

oldValue

The current tab.

Comments

The OnSet method performs additional custom processing before setting a tab in the TabCollectionClass instance.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com